@charset "utf-8";
/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 770px;
  	background-repeat: no-repeat;
  	background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/* 关于我们 */
.about{
	padding: 73px 0;
}
.about .content{
	width: 570px;
}
.about .content h2{
	font-size: 30px;
	color: #e20000;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.about .content h2:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 123px;
	height: 3px;
	background: #e20000;
	left: 0;
	bottom: 0;
}
.about .content h3{
	font-size: 24px;
	color: #676767;
	margin-bottom: 5px;
}
.about .content .en_title{
	font-size: 16px;
	color: #676767;
	text-transform: uppercase;
}
.about .content .desc{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}
.about .content .more{
	margin-top: 22px;
}
.about .content .more a{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	height: 45px;
	background: #cd0e00;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
	font-size: 16px;
	color: #ffffff;
}
.about .img{
	width: 595px;
	height: 334px;
	overflow: hidden;
}
.about .img a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.about .img a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
/* 关于我们 */

/* 产品推荐 */
.product{
	background: #F0EFEF;
	padding-top: 40px;
	padding-bottom: 40px;
}
.product .s_title{
	text-align: center;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 35px;
}
.product .s_title:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 123px;
	height: 3px;
	background: #CD0E00;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.product .cate{
	font-size: 0;
	text-align: center;
	margin-bottom: 35px;
}
.product .cate li{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.product .cate li:last-child{
	margin-right: 0;
}
.product .cate a{
	font-size: 16px;
	color: #cd0e00;
	border: 1px solid #cd0e00;
	display: block;
	padding: 6.5px 15px;
}
.product .picScroll-left{
	position:relative;
}
.product .picScroll-left .hd{
	position: absolute;
	width: 1310px;
	overflow:hidden;
	left: 50%;
	top:40%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product .picScroll-left .hd .prev,
.product .picScroll-left .hd .next{
	display:block;
	width:30px;
	height:65px;
	cursor:pointer;
	float:left;
	background:url(../images/prev_p.jpg) no-repeat center;
}
.product .picScroll-left .hd .next{
	float:right;
	background:url(../images/next_p.jpg) no-repeat center;	
}
.product .picScroll-left .bd{
	overflow: hidden;
}
.product .picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.product .picScroll-left .bd ul li{ 
	margin-right: 45px; 
	float:left;
	_display:inline;
	overflow:hidden; 
	text-align:center;  
}
.product .picScroll-left .bd ul li .pic{ 
	width: 370px;
	height: 320px;
	background: #ffffff;
	border: 1px solid #CAC8C8;
}
.product .picScroll-left .bd ul li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.product .picScroll-left .bd ul li .pic img{ 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product .picScroll-left .bd ul li .title{ 
	width: 370px;
	font-size: 0;
	padding: 25px 0;
}
.product .picScroll-left .bd ul li .title a{ 
	font-size: 18px;
	color: #333333;
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 产品推荐 */

/* 五张图片 */
.img{
	
}
.img li:nth-child(1){
	width: 40%;
	height: 726px;
}
.img li:nth-child(2){
	width: 30%;
	height: 363px;
}
.img li:nth-child(3){
	width: 30%;
	height: 363px;
}
.img li:nth-child(4){
	width: 30%;
	height: 363px;
}
.img li:nth-child(5){
	width: 30%;
	height: 363px;
}
.img a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* 五张图片 */

/* 新闻资讯 */
.news{
	padding: 50px 0 70px;
}
.news .left{
	width: 550px;
}
.news .left .s_title{
	font-size: 30px;
	color: #d70000;
	font-weight: bold;
	padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.news .left .s_title:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 123px;
	height: 3px;
	background: #d70000;
	left: 0;
	bottom: 0;
}
.news .left .pic{
	width: 550px;
	height: 325px;
	overflow: hidden;
}
.news .left .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.news .left .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.news .left .content{
	margin-top: 25px;
}
.news .left .content .title{
	font-size: 0;
	margin-bottom: 20px;
}
.news .left .content .title a{
	display: inline-block;
	font-size: 20px;
	color: #333333;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .left .content .desc{
	font-size: 16px;
	color: #7c7c7c;
	line-height: 28px;
	margin-bottom: 35px;
	height: 84px;
	overflow: hidden;
}
.news .left .content .more{

}
.news .left .content .more a{
	display: inline-block;
	width: 120px;
	height: 45px;
	background: #CD0E00;
	font-size: 16px;
	color: #ffffff;
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
}
.news .list{
	width: 575px;
}
.news .list li{
	width: 275px;
	margin-right: 25px;
	margin-top: 30px;
}
.news .list li:nth-child(1),
.news .list li:nth-child(2){
	margin-top: 0;
}
.news .list li:nth-child(2n){
	margin-right: 0;
}
.news .list li .pic{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.news .list li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.news .list li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.news .list li .content{
	margin-top: 15px;
}
.news .list li .content .title{
	font-size: 0;
	margin-bottom: 15px;
}
.news .list li .content .title a{
	display: inline-block;
	font-size: 20px;
	color: #333333;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .list li .content .desc{
	font-size: 14px;
	color: #A1A1A1;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 5px;
}
.news .list li .content time{
	font-size: 14px;
	color: #A1A1A1;
	line-height: 22px;
}
/* 新闻资讯 */

.cate{
	font-size: 0;
	text-align: center;
	margin-bottom: 35px;
}
.cate>li{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	position: relative;
}
.cate>li:last-child{
	margin-right: 0;
}
.cate>li>a{
	font-size: 16px;
	color: #cd0e00;
	border: 1px solid #cd0e00;
	display: block;
	padding: 6.5px 15px;
}
.cate>li>.erji{
	position: absolute;
	width: 100%;
	display: none;
	background: #ffffff;
	z-index:999;
}
.cate>li>.erji>li{
	display:block;
	margin-right:0px;
}
.cate>li>.erji>li>a{
	font-size: 16px;
	color: #cd0e00;
	border: 1px solid #cd0e00;
	display: block;
	padding: 6.5px 15px;
	border-top: none;
}